[tools] Import ptsname from its new location (after cset 14259:7f0d8e3c538e).
authorChristian Limpach <Christian.Limpach@xensource.com>
Mon, 5 Mar 2007 22:42:13 +0000 (22:42 +0000)
committerChristian Limpach <Christian.Limpach@xensource.com>
Mon, 5 Mar 2007 22:42:13 +0000 (22:42 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
tools/python/xen/xend/XendBootloader.py

index 4220cde6eb4c2c795567fd55fb773da22d1bc7f2..9c5578f36b84bee1828a2f88b7aa8ce835d5be25 100644 (file)
@@ -21,7 +21,8 @@ from xen.util import mkdir
 from XendLogging import log
 from XendError import VmError
 
-import pty, ptsname, termios, fcntl
+import pty, termios, fcntl
+from xen.lowlevel import ptsname
 
 def bootloader(blexec, disk, dom, quiet = False, blargs = '', kernel = '',
                ramdisk = '', kernel_args = ''):